home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / print / multipr4.lha / MultiPrint.doc < prev   
Text File  |  1993-03-02  |  24KB  |  643 lines

  1. {\Centre}
  2. {\Bold +}
  3.                           MultiPrint V1.4 - Manual
  4.                                 John Matthews
  5.                                 1 March 1993
  6. {\B -}                                       
  7.  
  8.  NAME
  9.  ----
  10.  
  11. MultiPrint
  12.  
  13.  SYNOPSIS
  14.  --------
  15. {\Reformat -}
  16. {\Justify -}
  17.     MultiPrint <args>
  18.  
  19.       File/A/M
  20.          :  Text file(s), to print and scripts of files to print.
  21.             Can also include layout commands. See Later.
  22.  
  23.       TabSize/N/K
  24.          :  Number of positions to expand tabs to, default is 8.
  25.             This is only used when there is no justification, and
  26.             paragraph reformatting is off.
  27.  
  28.       FF/S
  29.          :  Pay attention to FormFeed characters. Starts new pages on a
  30.             new column.
  31.  
  32.       Sides/S
  33.          :  Print to both sides of a sheet. Only useful with cut-sheet
  34.             feeder type printers, laser jets, HP Deskjets etc.
  35.             See note on 'Last Page'.
  36.  
  37.       Font/K
  38.          :  Name of font to use for text, defaults to LetterGothic.font
  39.             See notes later on font usage.
  40.  
  41.       Size/K/N
  42.          :  Point size of font, or pixel size if PxlFontSize specified.
  43.             Defaults to 8 points (1/72ndsof an inch, ie 9 lines per inch)
  44.             or 8 pixels (real small, smaller at higher printer resolutions)
  45.             if you use Pxls.
  46.  
  47.       LineSpace/K/N
  48.          :  Point/Pixel size of each line to print. ie Use twice the font size
  49.             for double spacing.
  50.  
  51.       Columns/K/N
  52.          :  Number of columns to print, 1..8. Defaults to 2.
  53.  
  54.       Gutter/K/N
  55.          :  How many 1/10ths of an inch to leave at the left of odd, and
  56.             the right of even pages. Defaults to 5, ie half an inch
  57.  
  58.       OddFooter/K
  59.          :  Footer for odd pages, defaults to file name
  60.  
  61.       EvenFooter/K
  62.          :  Footer for even pages, defaults to file name
  63.  
  64.       FooterFont/K
  65.          :  Name of font for footers, defaults to same as Font
  66.  
  67.       FooterSize/K
  68.          :  Point size of footer font, or pixel size if PxlFontSize
  69.             specified. Specifying 0 causes MultiPrint to not print
  70.             a footer, which includes page numbering.
  71.             Defaults to 14 points (1/72ndsof an inch)
  72.             or 14 pixels (real small) if you use Pxls
  73.  
  74.       Check/S
  75.          :  Causes MultiPrint to do a 'dry run'. No printing occurs,
  76.             but lines that are too long for the point size / number of
  77.             columns combination are reported.
  78.             NOTE: Only use this if you are trying to print a document
  79.                   with no paragraph reformating and/or justification.
  80.  
  81.       Pxls/S
  82.          :  Causes MultiPrint to treat font sizes as absolute pixel height,
  83.             instead of point sizes. This method is dependant on the
  84.             resolution of the printer, but is necessary for use with
  85.             non-scalable fonts. If you specify this flag, you should not
  86.             use the default font sizes.
  87.  
  88.       Priority/K/N
  89.          :  Specifies the priority to run the spooler task at
  90.  
  91.       Ask/S
  92.          :  Prompt for confirmation of each file to print
  93.  
  94.       Quiet/S
  95.          :  No error messages for unfound files.
  96.  
  97.       Margin/K/N
  98.          :  Space in 10ths of an inch to leave between columns.
  99.             Defaults to 1 tenth of an inch.
  100.  
  101.       Line/S
  102.          :  Causes MultiPrint to draw a line between columns
  103.  
  104.       Reformat/S
  105.          :  Causes MultiPrint to reformat the documents into paragraphs
  106.             as they are printed. See Later.
  107.  
  108.       Start/K/N,
  109.       End/K/N
  110.          :  Specifies which page to start/end printing on. Remember that
  111.             many parameters effect page layout, such a font, font size,
  112.             resolution, number of columns, footers etc
  113.  
  114.       Density/K/N
  115.          :  Specifies the preferences density to use when printing,
  116.             range 1..7. If you specify 0, you will be prompted with the
  117.             dots per inch of each density. Not specifying density
  118.             causes MultiPrint to use the current preferences density.
  119.             See note on resolution later.
  120.  
  121.       LE/K/N,
  122.       RE/K/N
  123.          :  Specify edges of printable area, in _millimetres_ for
  124.             greater accuracy. This is the only parametre specified
  125.             in millimetres.
  126.             Use 3 and 10 respectively on DeskJet 500s.
  127.             See important notes on Page Usage and Environment Variables.
  128.  
  129. {\Reformat =}
  130. {\Justify =}
  131.  
  132.  DESCRIPTION
  133.  -----------
  134.  
  135. MultiPrint is a program for printing text files to both sides of a page,
  136. in  multiple columns, and very small, or very large, high quality fonts.
  137.  
  138. As an example of the efficiency of MultiPrint, I have printed a file
  139. which was designed to be 127 pages long. I printed it at 7 points, which
  140. is small, but is readable at 300dpi, and it took only 8 sheets of paper.
  141. Having been reformatted with the +R switch, 346 lines of the original
  142. document were printed on the first side of a sheet alone.
  143.  
  144. MultiPrint makes use of many Amiga OS Release 2.04 features, and so
  145. requires at least this revision of the operating system. These features
  146. include Compugraphic Scalable Font technology, to produce characters to
  147. the correct size at the full resolution of the, printer, and the correct
  148. aspect ratios.
  149.  
  150.  
  151.  
  152.  SOURCE
  153.  ------
  154.  
  155. The source code is not included, but is available from the author.
  156. MultiPrint was writtern in M2Sprint Modula2, but should be easy to port to
  157. other languages if desired.
  158.                                        
  159.  
  160.  COPYRIGHT
  161.  ---------
  162.  
  163. MultiPrint V1.4 is freely distributable. MultiPrint V1.4 is free to be
  164. spread on public-domain and shareware disks especially on Fred Fish's
  165. AmigaLibDisks, as long as they are sold for a reasonable charge that is
  166. less than US $6 or equivalents. For use in commercial products the
  167. permission of the author is required. MultiPrint V1.4 may be copied and
  168. distributed via electronic networks such as the Internet, also it may be
  169. held available on anonymous ftp-servers, mail-boxes or BBS's. The
  170. Copyright is still held by the Author.
  171.  
  172. I am offering MultiPrint as shareware. If you use it regularly, let me
  173. know. No obligations.
  174.  
  175. However, if you want to use it for some commercial project/product, please
  176. make it up to me somehow.
  177.  
  178. If you need some modifications done, offer me some incentive.
  179.  
  180. NO MATTER WHAT -
  181.  Leave the program as is, and documentation intact.
  182.  
  183.  AUTHOR & SUPPORT
  184.  ----------------
  185.  
  186. {\Centre +}
  187.     John Matthews
  188.     4 Wadham Grove,
  189.     Tawa, 6203
  190.     Wellington,
  191.     New Zealand.
  192.     INTERNET: tribble@gphs.vuw.ac.nz
  193.     (Irregular monitoring)
  194. {\Justify =}
  195.  
  196. Support may be limited to an attempt to fix any bugs which may be found,
  197. no promises. The author takes no liability for any damage caused by
  198. the program, but then, neither does he expect any.
  199.  
  200. Try the program out a few times before leaving it to print a large
  201. document unattended.
  202.  
  203. Leave me a message if you have any suggestions
  204.  
  205.  CHANGES
  206.  -------
  207.  
  208. 1.0 First Release, sort of. Was never really released
  209.     (29-Jan-93)
  210. 1.1 Second (attempt at a) Release.
  211.     Added support for multiple files and scripts.
  212.     (4-Feb-93)
  213. 1.2 Third ( attempt at a ) Release.
  214.     Added :
  215.       1. Right Justification.
  216.       2. Paragraph reformating.
  217.       3. Margins and Lines between columns.
  218.       4. Start/End page printing (for aborted print jobs)
  219.       5. Density setting.
  220. 1.3 Fourth ( (and successful) attempt at a ) Release.
  221.     February 24 1993
  222.     Added
  223.       1. Environment variable
  224.       2. LE and RE, to align columns on both sides of page.
  225.       3. Break commands
  226. 1.4 Bug Fix :
  227.       fixed bugs in
  228.       1. handling of script files (it wouldn't)
  229.       2. printing of more than one file at a time (end of last line)
  230.       3. crashing on abort
  231.       4. centering of lines
  232.     Added
  233.       Inter-file title option (See Arguments below)
  234. 2.0 (Planned) Workbench interface. Drop and go operation and more.
  235.  
  236.  
  237.  
  238.  PURPOSE & THEORY
  239.  ----------------
  240.  
  241. MultiPrint was designed to print text files to as few pages as possible.
  242. You know how sometimes having a .doc file is not good enough, you need to
  243. be able to see it on paper, because you are always referring to it. Or you
  244. have a really neat StarTrek© parody you want to show someone.
  245.  
  246. MultiPrint can print using multiple columns, both sides of a page, with
  247. really small, but still high resolution fonts to fit many times the usual
  248. amount on a page.
  249.  
  250. For example, an A4 page can usually hold about 60 lines of text. With
  251. MultiPrint and an 7 point font (about 30 pixels high on a 300dpi laser or
  252. deskjet) giving 100 lines of text, with 2 columns of output to both sides
  253. of the page gives 100 * 2 * 2 = 400 lines per page.
  254.  
  255. MultiPrint uses whichever font you specify, and can handle narrow and
  256. proportional fonts to increase the number of columns you can print. Lines
  257. can be wrapped around and right justified for improved use of space and
  258. readability, producing newspaper like output.
  259.  
  260. MultiPrint allows a gutter for stapling sheets together. The default of
  261. 5/10ths of an inch is quite adequate.
  262.  
  263. MultiPrint determines page size, and resolution from the system. Page
  264. oriented printers such as laser printers and Hewlett Packard DeskJets
  265. specify their resolutions directly. Tractor feed etc printers must have
  266. their lines/inch and number-of-lines set correctly to reflect page length,
  267. but they don't work so well for both sides printing anyway.
  268.  
  269. MultiPrint queues the pages, and uses a child process to print the even
  270. pages first in ascending order, then the odd pages in descending order on
  271. the reverse sides.
  272.  
  273. Due to the queueing of pages, MultiPrint can use a certain amount of
  274. memory. All pages are stored in memory as they are processed, also the
  275. program requires a buffer for processing the pages. Text files don't
  276. usually get large enough for this to be a problem on most systems these
  277. days, and this is faster and easier than spooling off to disk again.
  278.  
  279.  
  280.  VERSION
  281.  -------
  282.  
  283. This is version 1.4 of MultiPrint. It does everything I need, but I would
  284. like to give it a nice Workbench interface. This may, however, take time.
  285.  
  286. If anyone has any need for features other than those present, let me know,
  287. and maybe offer suitable inducements :-)
  288.  
  289.  
  290.  STARTING
  291.  --------
  292.  
  293. MultiPrint is a Shell/CLI only program, and requires at least version 2.04
  294. of the Amiga OS. All parameters, as described above, except for the file
  295. name, have defaults and require keyword specifications to override them.
  296.  
  297. MultiPrint runs at a default priority of -1, as a good printing utility
  298. should, though this can be changed with the priority keyword. Priority is
  299. not overly important in some respects, however, as MultiPrint does not
  300. busy-wait. If your computer is fast enough, and/or so is your printer
  301. driver, you could well be waiting on your printer. Laser printers however
  302. will more likely be waiting on the computer, and so MultiPrint will be
  303. grabbing every available cycle, so leave at a low priority for background
  304. printing.
  305.  
  306. Before printing a file, it may be a good idea to use the "Check" option to
  307. determine how much line wrapping is occuring. Modern fonts are variously
  308. weighted. A good, light proportional font can fit many more characters on
  309. average than a heavy non-proportional font, so check if the current number
  310. of columns and font size will avoid line wrapping. Too much line-wrapping
  311. and you may end up wasting space with mostly blank lines.
  312.  
  313. MultiPrint can be stopped at any time with a <CTRL>-C, or the break
  314. command. It runs unattended until the midway point, if you have specified
  315. the "Sides" option. In this case, when it finishes printing the even pages,
  316. a prompt will appear. Wait for the printer's buffer to empty, take the pages
  317. in the order they fill up your tray (reversed) and place them back in the
  318. paper bin, face up (for DeskJets, I'm not sure for other printers), and hit
  319. 'Continue'. When the program finishes, the pages will be up the right way,
  320. and in the correct order.
  321.  
  322.  
  323.  ARGUMENTS
  324.  ---------
  325.  
  326. As described at the start of this document, plus
  327.  
  328. Layout Commands:
  329. You can precede file names with flags to control layout. These are
  330. specified as a plus (on) or minus (off) followed by the one of the
  331. following characters preceding file names they are to operate on, and
  332. stay in effect till specified again:
  333.  
  334.    C : new files begin on a new column
  335.    P : new files begin on a new page
  336.    S : new files begin on a new sheet (the default)
  337.    L : new files begin on a new line
  338.    N : restart page numbering after each file
  339.  * J : following files start in Right Justify mode
  340.  * R : following files will start in paragraph reformatting mode
  341.  * T : following files will be preceded by their name in the form
  342.   -------------------------------text.doc---------------------------------- 
  343.  
  344. Codes marked as * are effected by the plus/minus. A minus to J or C
  345. results in no justification, a minus to R turns off paragraph reformating.
  346.  
  347. eg. MultiPrint +J +R DocumentFile -J -R SourceCode.c
  348.  
  349. Script files:
  350. You can print a list of files by passing a file starting with a first
  351. line consisting of ";SCRIPT" (no quotes). Subsequent lines are controls
  352. as above, and file names. If a file name starts or ends with spaces, it
  353. should be quoted.
  354.  
  355. You can specify wildcards, but remember - MultiPrint does no analysis of
  356. whether a file is plain text or not. Printing binary code can eat your
  357. paper!
  358.  
  359. If FF is specified, FF characters start a new column.
  360.  
  361. The maximum number of columns is eight. Four is usually more than adequate.
  362. If you have a need for more, let me know
  363.  
  364. Font sizes should be specified in points, which are 1/72nds of an inch.
  365. This will result in the same size font on paper, no matter what resolution
  366. your printer handles/is set at. See note on resolution.
  367.  
  368. However, if you don't have any scalable fonts, you may have to specify the
  369. sizes of fonts directly. In this case use the "PxlFontSize" switch.
  370.  
  371. The "Height" argument is used to increase/decrease inter-line spacing. Use
  372. a point size greater than the font size for a larger spacing, smaller for
  373. less (at the risk of chopping the bottom off the characters).
  374.  
  375. "OddFooter"/"EvenFooter" override the default of using the filename in the
  376. footers.
  377.  
  378.  LAYOUT WITHIN A DOCUMENT
  379.  ------------------------
  380.  
  381. MultiPrint is designed in such a way that you shouldn't need to modify
  382. a document before printing it.
  383.  
  384. Sometimes, however, you might want to.
  385.  
  386. For example, there may be parts of a document where you don't want
  387. paragraph reformatting to occur. Or you might want to centre just a
  388. heading. Or you might want to use bold or italics for added emphasis.
  389.  
  390. MultiPrint recognises ANSI sequences for bold/italics such as are
  391. recoginised by Amiga printer drivers, and by the console device, and
  392. are sometimes used in documents.
  393.  
  394. MultiPrint also recognises some sequences of its own.
  395.  
  396. These sequences begin with a '{' followed by a '\' and end with either '}'
  397. or the end of line.
  398.  
  399. They are of the format:
  400.  \Xy a
  401. where 'X' is the first letter of the command, 'y' is the rest of the
  402. command, and doesn't need to be present, {\B +}the space is required{\B -}
  403. if 'a' is present, and 'a' is the argument.
  404.  
  405. {\BOLD +}All these commands should be surrounded by '{' and '}', but if
  406. I did that here, they would not appear if you printed this document with
  407. MultiPrint. {\BOLD -}
  408. -- Thanks to Rob Poole
  409.  
  410. Please remember, you don't have to use any of these in your document to
  411. get good output. Just precede the document name on the command line with
  412. '+J +R'.
  413.  
  414. They currently include:
  415.  
  416. \Bold [+|-]
  417.  {\B +}Turns bold on/off. Default is on. DOES NOT TOGGLE.{\B -}
  418.  
  419. \Italic [+|-]
  420.  {\I +}As with bold.{\I -}
  421.  
  422. \Underline [+|-]
  423.  {\U +}As with bold.{\U -}
  424.  
  425. \Normal
  426.  {\N }Turns off all styles.
  427.  
  428. \Justify [+|-|=]
  429.  Turns on/off. '=' means reset to this document's initial state.
  430.  
  431. \Centre [+|-]
  432.  Turns line centering on/off. Turning centering off is the same as
  433. switching to non-justified. If you want to return to justified use
  434. \Justify + instead. If you want to return to the previous justification
  435. use \Justify =.
  436.  
  437. \Reformat [+|-|=]
  438.  As with Justify, but for paragraph reformatting. Turn it on/off/back to
  439. the original setting for this document.
  440.  
  441. \Font [fontname]
  442.  Change font. Will attempt to change to the new font. The font will be
  443. in the current style, so if you want it un-styled, use \N first.
  444.  
  445. If 'fontname' is not specified, returns to the default font as specified
  446. on the command line.
  447.  
  448. \Section <Column|Page|Sheet>
  449.  Cause a break in the document. One of C,P or S must be specified and
  450. causes printing to continue on a new column, page (side of a sheet)
  451. or sheet.
  452.  
  453. NOTE: - for Justify and Reformat only.
  454. Justify and Reformat only take effect at the start of a line.
  455.  
  456. If they are specified elsewhere, they are IGNORED.
  457.  
  458. If they are followed by the end of a line (no spaces), that line is
  459. ignored, no blank line is output. This can be assured by leaving out
  460. the closing '}'.
  461.  
  462.  
  463.  SPEED
  464.  -----
  465.  
  466. MultiPrint is not the fastest way of printing. It does, after all, print
  467. everything as graphics. This however is the most flexible way, and allows
  468. for the maximum amount on a page (if you can read small, high density
  469. text). Let it run in the background, however, and you only need to do
  470. anything when all the even pages are finished (when doing both-sides
  471. printing).
  472.  
  473. I admit, some printers are so slow at graphics (for example old DeskJets)
  474. that you may feel this method is pointless. Still, it gives you the
  475. option.
  476.  
  477. Still, in some cases you are able to fit so many pages onto the one sheet,
  478. it is actually faster than printing that many sheets.
  479.  
  480. For higher speed use a lower density, but don't use too small a font.
  481.  
  482.  NOTES
  483.  -----
  484.  
  485.  Resolution
  486.  ----------
  487.  
  488. The lower the resolution you use for printing, the less readable a font
  489. at the same point size will be. A point size of 7 at 300dpi uses a system
  490. font size of 29 pixels high, at 150 dpi the same font is only 14 pixels
  491. high.
  492.  
  493.  Font Quality
  494.  ------------
  495.  
  496. This ties in directly with resolution. Fonts are designed for different
  497. purposes, and because of this can be of different qualities.
  498.  
  499. For instance, many fonts on the Amiga are designed as screen fonts.
  500. As such they are limited often to small point sizes, and even the larger
  501. ones may not look good when printed.
  502.  
  503. MultiPrint is designed primarily with high resolution printers, and
  504. scalable fonts in mind. Most scalable fonts are designed to be used at
  505. high resolutions, and have a lot of detail in them. They look very good
  506. printed at 300dpi with point sizes as low as 7pt. This makes them 29 dots
  507. high. If you have tried using these scalable fonts as screen fonts,
  508. however, you will know that below a certain size, they no longer look so
  509. good. Fonts that are to be used with low dot sizes, must be designed for
  510. them.
  511.  
  512. The bottom line is this:
  513. If you intend to print at resolutions lower than 300dpi, either keep
  514. to a reasonable point size (at least 10 to 12) or find a font that
  515. looks okay at whatever size you require.
  516.  
  517. You might have to rely on system (non scalable fonts) using the 'Pxls'
  518. argument.
  519.  
  520.  Scalable Fonts
  521.  --------------
  522.  
  523. MultiPrint tries to be smart with Scalable fonts. If you specify
  524. italics, or bold, or both together, it will attempt to load the correct
  525. font for that style, rather than letting the system generate one. This
  526. results in far superior italics and bold etc at the expense of whatever
  527. time is required to open these fonts. MultiPrint will of course fall
  528. back to system generated versions if necessary. However, do try to
  529. specify the base name for a family of a fonts if possible. For example,
  530. use CSTimes where you also have CSTimesBold, CSTimesItalic, and
  531. CSTimesBoldItalic.
  532.  
  533.  Fonts in general
  534.  ----------------
  535.  
  536. Should always be on your FONTS: assign path, and don't need to be
  537. specified with the '.font' extension. If you specify a scalable font
  538. by its full path, bold/italic versions will not be found. Instead use
  539. 'assign Fonts: "path" add' to add the path to your fonts assign.
  540.  
  541. MultiPrint keeps all fonts used in memory until it finishes, so you may
  542. run out of Chip memory for fonts if you use too many. If MultiPrint
  543. cannot open a font for any reason, it will continue using the previous
  544. font.
  545. NOTE: when I say Font, I also mean style of Font (bold, italic etc).
  546.  
  547.  Paragraph Reformatting
  548.  ----------------------
  549.  
  550. Paragraph Reformatting is very useful for fitting text files into narrow
  551. columns, where they would either frequently wrap, or seldom come close to
  552. filling the line.
  553.  
  554. In conjunction with right justification, or flushing, you get a very nice,
  555. newspaper style output.
  556.  
  557. The problem with paragraphs is determining where they end.
  558.  
  559. In MultiPrint, paragraphs are broken up in two ways:
  560. 1. A line which begins with a space begins a new paragraph.
  561. 2. A blank line marks the end of a paragraph.
  562.  
  563. The only common method this misses out, is paragraphs which start at the
  564. beginning of a line, with no empty line before them.
  565.  
  566. With such paragraphs, you can only tell if there is a break by the fluke
  567. of how much blank space there is at the end of the last line.
  568.  
  569. Documents with paragraph breaks of this kind will need to have their
  570. paragraph breaks manually modified before printing.
  571.  
  572. {\BOLD +}Please be aware that this document has had special attention to work
  573. properly with paragraph reformatting on. Many files produced as
  574. documentation for a program have headings, and formatting in them that
  575. MultiPrint's reformatting will destroy.
  576.  
  577. With such files, where the formatting is important, use Justification
  578. if you like, but leave reformatting off. Or, you can modify the document
  579. to manually control the use of paragraph reformatting throughout.{\BOLD -}
  580.  
  581.  Page Usage
  582.  ----------
  583.  
  584. Printers seldom print to the whole page. In particular, DeskJet 500
  585. printers cannot print to the top 5 millimetres of a page, the last
  586. two centimetres, the left 3 millimetres, or the right 10 millimetres.
  587.  
  588. In order to get the columns of either side of a sheet of paper to
  589. line up, you need to specify the left and right edges of printing as
  590. the LE and RE parameters. Use the environment variable MultiPrint.opts
  591. to specify these once you have found them.
  592.  
  593. The best way to find these is to print a test page with Gutter=0, LE=0
  594. and RE=0, with +R and +J before the file name.
  595.  
  596.  Environment Variable
  597.  --------------------
  598.  
  599. MultiPrint uses an environment variable - MultiPrint.opts - to control
  600. often used options, or user defaults.
  601.  
  602. This environment variable has exactly the same format as the command line,
  603. so make sure you try anything you intend to put in it on the command line
  604. first. Also, avoid putting anything that will be interpretted as a file
  605. name in the environment variable.
  606.  
  607. Switches which are specified in the environment variable, such as
  608. 'Line' or 'Sides' cannot be turned off in the command line. Do not use
  609. them in your environment variable unless you intend to always use
  610. them.
  611.  
  612. An example environment variable would be
  613.  
  614. setenv MultiPrint.opts "+R +J font=CSTimes line LE=3 RE=10"
  615.  
  616. This sets MultiPrint to default to Reformating, Justification, using
  617. CSTimes as the text body font, drawing a line between columns, and
  618. expecting the offsets Desjet 500s print to.
  619.  
  620. You should uses "Setenv EnvArc:MultiPrint.opts" to set a permanent
  621. default.
  622.  
  623.  Last Page
  624.  ---------
  625.  
  626. When printing to both sides of a sheet, the last even page is printed,
  627. even if it is empty. This is so the sheet is ready for the odd page.
  628.  
  629. Printing empty lines can be slow, depending on your printer and printer
  630. driver. The printer may appear to be doing nothing for a while after
  631. printing a small amount on the last even page, and the last odd page,
  632. which is printed immediately after.
  633.  
  634.  Both Sides Printing
  635.  -------------------
  636.  
  637. After all the even pages are printed, you will be prompted to re-insert
  638. the pages, once the printer has finished printing (emptied its internal
  639. buffers).
  640.  
  641. On a deskjet printer, the pages should be inserted as they came out of
  642. the printer, face up, top of page closest to the print mechanism.
  643.